Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dominik 711 posts 733 karma points
    Aug 19, 2011 @ 10:17
    dominik
    0

    Dont send complete form to {email}

    Hello,

    I tried to setup a email response to the user who has submitted the form.

    This works but if i place for example

    the IP {record.ip} has send the following details in the message field it also send the complete form content.

    How can i handle contour to just send the message i have put in the Message box?

    It should not include the complete form content

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2011 @ 11:05
    Tim Geyssens
    0

    Hi,

    Well then you'll need to use the xslt transformed email workflow type, there you will have complete control over what you want in the email.

  • dominik 711 posts 733 karma points
    Aug 19, 2011 @ 11:09
    dominik
    0

    ok i want to get the Name field inside my new XSLT but it alwas displays something like:

    Hello b885df92-5232-4dc7-b4c8-e1951d8174cc6b8918e3-a705-40e4-a066-86cd6fb40fe8NameStringMaxMustermann

    But it should display:

    Hello Max Mustermann,

    I used this XSLT statement:

    Hello <xsl:value-of select="$records//fields/child::* [caption = 'Name']"/>

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2011 @ 11:13
    Tim Geyssens
    0

    try adding //value

  • dominik 711 posts 733 karma points
    Aug 19, 2011 @ 11:15
    dominik
    0

    ok now it works

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 19, 2011 @ 11:18
    Tim Geyssens
    0

    There's also a third party Send Razor Transformed Email Contour Workflow, that might be easier if you aren't that familiar with xslt

    http://our.umbraco.org/projects/backoffice-extensions/send-razor-transformed-email-contour-workflow

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies